home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr18 / alad163.zip / ALAD163.EXE / pak / ALTLOGON.DOC < prev    next >
Text File  |  1993-06-01  |  3KB  |  85 lines

  1.  Q) I have to dial though another system to get to GEnie,  and I
  2.     don't have to send out the "HHH" to get the U#= login prompt.
  3.     How can I make Aladdin understand this so I can use it
  4.     automatically?
  5.  
  6.  A) Aladdin has a facility called an "autologin script" which
  7.     allows you to replace Aladdin's internal login procedures with
  8.     a script.
  9.  
  10. Before you can use this script, you must add it to Aladdin. You only
  11. need to do this once, and then the script will be available every
  12. time you run Aladdin.  Use the following procedure:
  13.  
  14.  
  15.      1.  At Aladdin's Main Menu, on the bottom right-hand side of
  16.          the screen, you'll see a listing of scripts already
  17.          contained in Aladdin.  The scripts will be numbered from 3
  18.          through 9.
  19.  
  20.      2.  Select a script number into which you will load this
  21.          script.  If you have empty slots in the script listing, use
  22.          one of them.  If all the slots already contain scripts,
  23.          you'll have to delete one of them before you can add this
  24.          one.
  25.  
  26.      3.  Jot down the script number you've selected so you don't
  27.      forget it.
  28.  
  29.      4.  Press F7 to enter Aladdin's script editor.  The listing of
  30.          scripts will now be on the upper right of your screen.
  31.  
  32.      5.  If you need to delete an existing script to make room for
  33.          this one, press D.  Then press the number of the script you
  34.          wish to delete. Aladdin will delete the script.  (If you
  35.          don't need to delete an existing script, then skip this
  36.          step.)
  37.  
  38.      6.  To add the new script to Aladdin, press A.  Aladdin will
  39.          place you into the script editing window and display a
  40.          "skeleton" new script.
  41.  
  42.      7.  Press CTRL-Y several times to delete all the text that's
  43.          displayed in the editing window.
  44.  
  45.      8.  Press CTRL-K (Aladdin will beep), then press R.  A dialog
  46.           box will open requesting a file name.  Type the name of
  47.           the required script, then press <ENTER>. Aladdin will read
  48.           the script file into the editor.
  49.  
  50.      9.  Press CTRL-PgUp to move to the beginning of the script.
  51.  
  52.      10.  Replace the "#" in the first line of the script with the
  53.           script number you'll be using (the number you jotted down
  54.           in step 5). THIS STEP IS IMPORTANT!
  55.  
  56.      enter the phone number and make any other changes that may be
  57.      needed
  58.  
  59.  ;Configuration
  60.  
  61.  SETSTRING 1 "###-####"      | Local SprintNet number
  62.  SETSTRING 2 "ATZ"           | Modem reset
  63.  SETSTRING 3 "ATDT"          | Dial command
  64.  SETSTRING 4 "2400"          | Baud rate
  65.  
  66.  
  67.      11.  Now press <ESC> to save the script.  When Aladdin finishes
  68.           saving the script, you'll be back at the script editor
  69.           menu.  Press <ESC> again to return to the Aladdin's Main
  70.           Menu.  The new script should now be listed in your list of
  71.           Aladdin scripts -- and it's ready to run!
  72.  
  73.  
  74.    To use this autologin script, just start Aladdin with the /LS#
  75.    switch, where # is replaced with the actual script number.
  76.  
  77.       Example:  ALADDIN /LS3 /MR  or  ALAD /CLOCK /LS4
  78.  
  79.     The autologin facility is turned on by the /LS command line
  80.     argument.  If you invoke Aladdin with "ALAD /LS", Aladdin will
  81.     use script 3 for the autologin process. If you're autologin
  82.     process is one of 4 through 7, add the script number
  83.     immediately after the /LS, i.e. "ALAD /LS4".
  84.  
  85.